home *** CD-ROM | disk | FTP | other *** search
/ The Ultimate KidPak / KidPak.iso / KidPak Programs / KEWLKIDS / TRAIN.EXE / scripts / DefineButton2_62 / BUTTONCONDACTION on(release).as
Text File  |  2000-03-23  |  94b  |  8 lines

  1. on(release){
  2.    tellTarget("/todo")
  3.    {
  4.       gotoAndStop("t2");
  5.       play();
  6.    }
  7. }
  8.